programs.streamlink.plugins.<name>.settings

Configuration for the specific plugin, written to $XDG_CONFIG_HOME/streamlink/config. (linux) or Library/Application Support/streamlink/config. (darwin).

Type
attribute set of (boolean or signed integer or floating point number or string or list of (signed integer or floating point number or string))
Default
{ }
Example
{
  quiet = true;
}
Declared
<home-manager/modules/programs/streamlink.nix>